object GetIntDlg: TGetIntDlg Left = 263 Top = 115 ActiveControl = OKBtn BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Dialog' ClientHeight = 99 ClientWidth = 254 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] KeyPreview = True PixelsPerInch = 96 Position = poScreenCenter OnActivate = FormActivate OnKeyPress = FormKeyPress TextHeight = 13 object Label1: TLabel Left = 16 Top = 8 Width = 39 Height = 13 Caption = 'Label1' end object OKBtn: TBitBtn Left = 48 Top = 59 Width = 77 Height = 27 TabOrder = 0 Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 136 Top = 59 Width = 77 Height = 27 TabOrder = 1 Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object Edit1: TEdit Left = 16 Top = 27 Width = 215 Height = 20 TabOrder = 2 end end